module std.vita.tcp;

///SCE_NET_TCP_NODELAY             = 1,
/// SCE_NET_TCP_MAXSEG              = 2,
enum TCP_NODELAY = 1;
enum TCP_MAXSEG = 2;